Package com.cisco.pt.ipc.sim
Interface VLAN
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
VLANImpl
Information provided by the PKI file:
\class Vlan
\brief Vlan handles and manipulates the individual VLAN.
\example network().getDevice("Switch0").getProcess("VlanManager").getVlanAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:getName()Information provided by the PKI file:intInformation provided by the PKI file:booleanInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getName
String getName()Information provided by the PKI file:
\brief Returns the name of this VLAN. \return string, the name of this VLAN.- Returns:
- String Returns a String
-
getMacTable
MACTable getMacTable()Information provided by the PKI file:
\brief Returns the MAC address table. \return MacTable, the MacTable object.- Returns:
- MACTable Returns a MACTable
-
isDefault
boolean isDefault()Information provided by the PKI file:
\brief Returns true if this is the default VLAN, otherwise false. \return bool, true if this is the default VLAN, otherwise false.- Returns:
- boolean Returns a boolean
-
getVlanNumber
int getVlanNumber()Information provided by the PKI file:
\brief Returns the VLAN number of this VLAN. \return int, the VLAN number of this VLAN.- Returns:
- int Returns a int
-